All Questions
1 question
1vote
1answer
87views
Different hidden layer architectures deliver the same classification results, is that normal?
I have a data set with 600 data points with about 10 attributes (binary). The dataset has been normalized: Xnormalized = StandardScaler().fit_transform(X) The ...